ContentsIndexHome
PreviousUpNext
IDataView.setValuesCMO Method (params double[])

Sets the values for the complete domain of the data, by passing all the values as a dense array in column major order. Applies to double valued data only.

C#
void setValuesCMO(params double[] values);
Parameters 
Description 
params double[] values 
The values to write, supplied in column major ordering.